Html Css Color HEX #38EEFF Turquoise

📋 copy color: '#38EEFF'

red 56 ◦ green 238 ◦ blue 255

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

Shades of Turquoise #38EEFF

Tints of Turquoise #38EEFF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.35%

 BLUE value IS 255 (100% from 255) = 46.45%

R = 10.2%
G = 43.35%
B = 46.45%

CMYK

 C value IS 0.78

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#38EEFF (or 0x38EEFF) is known color: Turquoise. HEX triplet: 38, EE and FF. RGB value is (56,238,255). Sum of RGB (Red+Green+Blue) = 56+238+255=549 (72% of max value = 765). Red value is 56 (22.27% from 255 or 10.20% from 549); Green value is 238 (93.36% from 255 or 43.35% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #38EEFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38EEFF is #C71100. Grayscale: #B9B9B9. Windows color (decimal): -13046017 or 16772664. OLE color: 16772664.

HSL color Cylindrical-coordinate representation of color #38EEFF: hue angle of 185.13º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38EEFF is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 56 238 255 -
CMYK 0.78 0.07 0 0
HSL 185.13º 1% 0.61% -
HSV(B) 185.13º 0.78% 1% -
XYZ 50.26 69.21 105.32 -
YUV 185.52 167.2 35.62 -
System Red Green Blue C M Y K H S L
Decimal 56 238 255 0.78 0.07 0 0 185.13 1 0.61
Hex 38 EE FF 4E 7 0 0 B9 64 3D
Octal 70 356 377 116 7 0 0 271 144 75
Binary 111000 11101110 11111111 1001110 111 0 0 10111001 1100100 111101

Color Harmonies of #38EEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EEFF

Black with #38EEFF

Text Example


Text Example

White with #38EEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,238,255); }

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

background-color css

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

 a { background-color: rgb(56,238,255); }

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

border-color css

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

 span { border-color: rgb(56,238,255); }

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