Html Css Color HEX #38DDFF Turquoise

📋 copy color: '#38DDFF'

red 56 ◦ green 221 ◦ blue 255

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

Shades of Turquoise #38DDFF

Tints of Turquoise #38DDFF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.54%

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

R = 10.53%
G = 41.54%
B = 47.93%

CMYK

 C value IS 0.78

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#38DDFF (or 0x38DDFF) is known color: Turquoise. HEX triplet: 38, DD and FF. RGB value is (56,221,255). Sum of RGB (Red+Green+Blue) = 56+221+255=532 (70% of max value = 765). Red value is 56 (22.27% from 255 or 10.53% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #38DDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38DDFF is #C72200. Grayscale: #AFAFAF. Windows color (decimal): -13050369 or 16768312. OLE color: 16768312.

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

Color convert

RGB 56 221 255 -
CMYK 0.78 0.13 0 0
HSL 190.25º 1% 0.61% -
HSV(B) 190.25º 0.78% 1% -
XYZ 45.54 59.77 103.75 -
YUV 175.54 172.84 42.74 -
System Red Green Blue C M Y K H S L
Decimal 56 221 255 0.78 0.13 0 0 190.25 1 0.61
Hex 38 DD FF 4E D 0 0 BE 64 3D
Octal 70 335 377 116 15 0 0 276 144 75
Binary 111000 11011101 11111111 1001110 1101 0 0 10111110 1100100 111101

Color Harmonies of #38DDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DDFF

Black with #38DDFF

Text Example


Text Example

White with #38DDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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