Html Css Color HEX #38EFFF Turquoise

📋 copy color: '#38EFFF'

red 56 ◦ green 239 ◦ blue 255

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

Shades of Turquoise #38EFFF

Tints of Turquoise #38EFFF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.45%

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

R = 10.18%
G = 43.45%
B = 46.36%

CMYK

 C value IS 0.78

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#38EFFF (or 0x38EFFF) is known color: Turquoise. HEX triplet: 38, EF and FF. RGB value is (56,239,255). Sum of RGB (Red+Green+Blue) = 56+239+255=550 (72% of max value = 765). Red value is 56 (22.27% from 255 or 10.18% from 550); Green value is 239 (93.75% from 255 or 43.45% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #38EFFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38EFFF is #C71000. Grayscale: #B9B9B9. Windows color (decimal): -13045761 or 16772920. OLE color: 16772920.

HSL color Cylindrical-coordinate representation of color #38EFFF: hue angle of 184.82º 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 #38EFFF is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 56 239 255 -
CMYK 0.78 0.06 0 0
HSL 184.82º 1% 0.61% -
HSV(B) 184.82º 0.78% 1% -
XYZ 50.55 69.79 105.42 -
YUV 186.11 166.87 35.2 -
System Red Green Blue C M Y K H S L
Decimal 56 239 255 0.78 0.06 0 0 184.82 1 0.61
Hex 38 EF FF 4E 6 0 0 B9 64 3D
Octal 70 357 377 116 6 0 0 271 144 75
Binary 111000 11101111 11111111 1001110 110 0 0 10111001 1100100 111101

Color Harmonies of #38EFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EFFF

Black with #38EFFF

Text Example


Text Example

White with #38EFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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