Html Css Color HEX #38EBF2 Turquoise

📋 copy color: '#38EBF2'

red 56 ◦ green 235 ◦ blue 242

#38EBF2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #38EBF2

Tints of Turquoise #38EBF2

RGB

 RED value IS 56 (22.27% from 255) = 10.51%

 GREEN value IS 235 (92.19% from 255) = 44.09%

 BLUE value IS 242 (94.92% from 255) = 45.4%

R = 10.51%
G = 44.09%
B = 45.4%

CMYK

 C value IS 0.77

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#38EBF2 (or 0x38EBF2) is known color: Turquoise. HEX triplet: 38, EB and F2. RGB value is (56,235,242). Sum of RGB (Red+Green+Blue) = 56+235+242=533 (70% of max value = 765). Red value is 56 (22.27% from 255 or 10.51% from 533); Green value is 235 (92.19% from 255 or 44.09% from 533); Blue value is 242 (94.92% from 255 or 45.40% from 533); Max value from RGB is 242 - color contains mainly: blue. Hex color #38EBF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38EBF2 is #C7140D. Grayscale: #B6B6B6. Windows color (decimal): -13046798 or 15919928. OLE color: 15919928.

HSL color Cylindrical-coordinate representation of color #38EBF2: hue angle of 182.26º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38EBF2 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 235 242 -
CMYK 0.77 0.03 0 0.05
HSL 182.26º 0.88% 0.58% -
HSV(B) 182.26º 0.77% 0.95% -
XYZ 47.37 66.67 94.38 -
YUV 182.28 161.7 37.93 -
System Red Green Blue C M Y K H S L
Decimal 56 235 242 0.77 0.03 0 0.05 182.26 0.88 0.58
Hex 38 EB F2 4D 3 0 5 B6 58 3A
Octal 70 353 362 115 3 0 5 266 130 72
Binary 111000 11101011 11110010 1001101 11 0 101 10110110 1011000 111010

Color Harmonies of #38EBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EBF2

Black with #38EBF2

Text Example


Text Example

White with #38EBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38EBF2; }

 p { color: rgb(56,235,242); }

 H1.HeaderClassName
 {
   color: #38EBF2;
 }
 .AnyTagClassName
 {
   color: #38EBF2;
 }
</style>

background-color css

<style>
 a { background-color: #38EBF2; }

 a { background-color: rgb(56,235,242); }

 div.DivClassName
 {
   background-color: #38EBF2;
 }
 .BgClassName
 {
   background-color: #38EBF2;
 }
</style>

border-color css

<style>
 span { border-color: #38EBF2; }

 span { border-color: rgb(56,235,242); }

 td.TdClassName
 {
   border-color: #38EBF2;
 }
 .TagClassName
 {
   border-color: #38EBF2;
 }
</style>